home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000067_ericboniface@chez.com_Mon May 12 10:05:30 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  48 lines

  1. Article: 14288 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: ericboniface@chez.com (Eric)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Kermit/W2k ftp over SSL issue
  6. Date: 12 May 2003 06:13:20 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 30
  9. Message-ID: <c30aaa81.0305120513.b8a4732@posting.google.com>
  10. NNTP-Posting-Host: 192.6.111.74
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1052745200 8991 127.0.0.1 (12 May 2003 13:13:20 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 12 May 2003 13:13:20 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14288
  17.  
  18. Hello,
  19.  
  20. I try to connect to a FTP over SSL server with kermit, but without
  21. success.
  22.  
  23. Here are the traces : 
  24.  
  25. Warning: Server has a self-signed certificate
  26. [0] subject=/CN=xx.xx.xx.xx/L=..........
  27.  
  28. Continue? (Y/N) Y
  29. Warning: hostname ("xx.xx.xx.xx") does not match server's certificate
  30. ("NO IP IN CERT")
  31.  
  32. Continue? (Y/N) Y
  33. [TLS - RC4-SHA  SSLv3 .....]
  34. ...
  35. Connected to xx.xx.xx.xx
  36. ..
  37. User name okay, need password
  38. Not logged in, unauthorized IP address.
  39. FTP login failed.
  40.  
  41. I use FTPVoyager on the same W2K station without any trouble (except
  42. bugs of course!).
  43.  
  44. Do you have any idea ? 
  45.  
  46. Regards,
  47. Eric.
  48.